home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / pdoxwin / pi0794.zip / SQLSPY.EXE / SQLTVIEW.TXT < prev    next >
Text File  |  1994-05-26  |  1KB  |  38 lines

  1.  
  2. Help Text for SQLTVIEW.FSL - SQL Table Viewer Object PAL Application
  3. ====================================================================
  4.  
  5. This Object PAL Application is a simple utility to view standard
  6. Paradox Tables and/or SQL SERVER(SYBASE) Tables if you have installed 
  7. SQL LINK.
  8.  
  9. For SQL Tables, this form can perform the following:
  10.  
  11. 1. Display Structure ('info structure' type function on the Table ).
  12. 2. Display Indexes.
  13. 3. Display Contents of the Table Selected.
  14. 4. User List of the SQL Server.
  15. 5. Displays information about object dependencies ie
  16.    The views and procedures that depend on the table or view specified.
  17. 6. Adhoc Query Facility (Only for an SQL Sybase Alias)
  18.  
  19. For Local tables (PARADOX,DBASE), SQLTVIEW performs the first five functions.
  20.  
  21. Note that with SYBASE SQL , Table structure info is not readily
  22. available. Requires stored procedure sp_displaystructure to be
  23. catalogued to make this work.
  24.  
  25. Table Viewer App consists of four forms and a Stored Procedure:
  26.  
  27. SQLTVIEW.FSL        SQL/Paradox Table Viewer Main Form
  28. ALIASLST.FSL        Form to select Alias
  29. GTPASSWD.FSL        Gets Password from user for an SQL ALIAS
  30. SQLQUERY.FSL        Adhoc Query Form for SQL Aliases
  31.  
  32. DISPSTRU.SQL         Stored procedure used for displaying
  33.             SYBASE TABLE STRUCTURES
  34.  
  35. Sundar Rajan
  36.  
  37.  
  38.